Einhugur Xml Plugin for Xojo

Node.Parent Method

Returns the parent node or empty node if there was no parent.

Parent() as EinhugurXml.Node

Parameters

Returns

EinhugurXml.Node

Remarks

To support fluent chained syntax then nil is never returned. You can check for empty with the empty property.

See Also

Node Class